public DataTable Report_DislayDepartmentByBuilding(DepartmentClass department)
 {
     return(dal.DisplayDepartByBuilding(department));
 }