public int Remove(Department entity)
 {
     return(_departmentGetway.Remove(entity));
 }