public async Task <IEnumerable <Applications> > Get()
 {
     return(await _applicationService.Get());
 }