public async Task <IEnumerable <RecipientDTO> > Get()
 {
     return(await _service.GetAllWithGroup());
 }