public NutritionManager(BodyHelperContext context, string userId)
 {
     this.context = context;
     this.userId = userId;
 }
 public NutritionController(BodyHelperContext context)
 {
     this.context = context;
 }
 public ProfileController(BodyHelperContext context)
 {
     this.context = context;
 }
 public DishesController(BodyHelperContext context)
 {
     this.context = context;
 }
 public AdvicesController(BodyHelperContext context)
 {
     this.context = context;
 }