public BaseResponse <Department> Add(Department model)
 {
     return(organizationService.AddDepartment(model));
 }