public IHttpActionResult PostAssignSections(ProjectsSectionModel model) { _services.AssignProjectsToSection(model); return(Ok()); }