public Department GetDepartmentById(int id)
 {
     return(_dal.GetDepartmentById(id));
 }