public Department SingleDepartment(int id)
 {
     return(_departmentGetway.SingleDepartment(id));
 }