public async Task <IActionResult> GetAllFunds()
 {
     return(Ok(await FundService.GetAllFunds()));
 }