//public ValuesController()
 //{
 //    var test = "Test";
 //}
 public ValuesController(IRestaurantModelRepository testEntityFeatureContext)
 {
     _testEntityFeatureContext = testEntityFeatureContext;
 }
 public RestaurantController(IRestaurantModelRepository restaurantModelRepository)
 {
     _restaurantModelRepository = restaurantModelRepository;
 }