public BlogController(ExploreCaleforiniaContext context)
 {
     this.context = context;
 }
 public MonthlySpecialsViewComponent(ExploreCaleforiniaContext context)
 {
     this.context = context;
 }