/// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public Result <List <Investment> > Get()
 {
     return(_investmentService.Get());
 }