public int RemoveRange(IEnumerable <Department> entities)
 {
     return(_departmentGetway.RemoveRange(entities));
 }