/// <summary>
/// 获得所有机构信息
/// </summary>
/// <returns></returns>
public DataTable GetBraTB()
{
DataTable table ;
using(MrDep BraAccess = new MrDep())
{
table = BraAccess.GetBraData().Tables[0];
}
return table;
}