public ProductsController( IImageProvider imageProvider , ICaloriesDataContext caloriesDataContext)
 {
     p_ImageProvider = imageProvider;
     p_CaloriesContext = caloriesDataContext;
 }
 public HomeController(ICaloriesDataContext caloriesDataContext)
 {
     p_CaloriesDataContext = caloriesDataContext;
 }