public IEnumerable <Department> FindById(int id)
 {
     return(_departmentGetway.Find(id));
 }