public Department Select(int id)
 {
     return(_departmentDal.Select(id));
 }