public Task AddAsync(PhoneEntry phoneEntry)
 {
     _dbContext.AddAsync(phoneEntry);
     return(_dbContext.SaveChangesAsync());
 }