public IActionResult GetAllProjectTypes() { return(new OkObjectResult(projectRepo.GetAllProjectTypes())); }