public ServiceResponseDTO <ProjectDTO> Put(int id)
 {
     return(_projectManagementService.ToggleActive(id));
 }