public async Task <int> InsertFood(FoodEnteredTableAutoCompleteResult food)
 {
     return(await InsertFood(new FoodEnteredTable(food)));
 }
 public async Task <bool> CheckIfExists(FoodEnteredTableAutoCompleteResult food)
 {
     return(await CheckIfExists(new FoodEnteredTable(food)));
 }