public IActionResult FundedProjects() { var temp = searchService.FundedProjects(); return(Ok(temp)); }