public async Task <IActionResult> NewInfo([FromBody] ProjectInfo info)
 {
     return(Success(await _projectService.AddProjectInfoAsync(info)));
 }