public RegistrationsController(tacobellContext context)
 {
     _context = context;
 }
 public NutritionRepository(tacobellContext context)
 {
     _context = context;
 }