public void AddFoodRecord(string userId, string item, string money, string bookDate) { Repos.AddFoodRecord(userId, item, money, bookDate); }