public async Task <ICollection <Contact> > GetAllAsync()
 {
     return(await _contactDal.GetListAsync());
 }