public async Task <IEnumerable <Contact> > GetAll()
 {
     return(await _context.Set <Contact>().ToListAsync());
 }