public DishOptionsChoice FirstDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 1,
         DishOptionChoiceValue = "Hand-Cut French Fries",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice ThirdDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 15,
         DishOptionChoiceValue = "Atlantic Salmon",
         Price = (decimal?) 2.05,
         CurrencyId = 1,
         DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FirstDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 13,
         DishOptionChoiceValue = "Chicken Breast",
         Price = null,
         CurrencyId = null,
         DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SecondDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 17,
         DishOptionChoiceValue = "House Salad",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeOptionalSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FourthDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 22,
         DishOptionChoiceValue = "Extra Buffalo Sauce",
         Price = (decimal?)0.53,
         CurrencyId = 1,
         DishOptionId = (int)DishOptionType.Values.FakeOptionalSideFourOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SecondDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 20,
         DishOptionChoiceValue = "Extra Dressing",
         Price = (decimal?) 0.53,
         CurrencyId = 1,
         DishOptionId = (int)DishOptionType.Values.FakeOptionalSideFourOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice ThirdDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 18,
         DishOptionChoiceValue = "Miso Soup and House Salad",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)DishOptionType.Values.FakeOptionalSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FirstDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 19,
         DishOptionChoiceValue = "Add French Fries",
         Price = (decimal?) 2.09,
         CurrencyId = 1,
         DishOptionId = (int)DishOptionType.Values.FakeOptionalSideFourOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SecondDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 14,
         DishOptionChoiceValue = "New York Strip Steak",
         Price = (decimal?) 8.97,
         CurrencyId = 1,
         DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FirstDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 16,
         DishOptionChoiceValue = "Miso Soup",
         Price = null,
         CurrencyId = null,
         DishOptionId = (int)DishOptionType.Values.FakeOptionalSideThreeOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice EleventhDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 11,
         DishOptionChoiceValue = "Sweet Potato Tots",
         Price = (decimal?)2.09,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FifthDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 5,
         DishOptionChoiceValue = "Potato Chips",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice EightDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 8,
         DishOptionChoiceValue = "Mac and Cheese",
         Price = (decimal?)3.14,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice NinethDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 9,
         DishOptionChoiceValue = "Seasonal Vegetables",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice ThirdDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 21,
         DishOptionChoiceValue = "Extra BBQ Sauce",
         Price = (decimal?) 0.53,
         CurrencyId = 1,
         DishOptionId = (int)Util.DishOptionType.Values.FakeOptionalSideFourOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SeventhDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 7,
         DishOptionChoiceValue = "Onion Rings",
         Price = (decimal?)2.09,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice TwelveDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 12,
         DishOptionChoiceValue = "Vegetables",
         Price = (decimal?)2.09,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice ThirdDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 3,
         DishOptionChoiceValue = "Cucumber Salad",
         Price = (decimal?) 2.09,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice TenthDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 10,
         DishOptionChoiceValue = "Cole Slaw",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SixthDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 6,
         DishOptionChoiceValue = "Cottage Cheese",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice FourthDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 4,
         DishOptionChoiceValue = "Turbo Tots",
         Price = (decimal?)3.14,
         CurrencyId = 1,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }
 public DishOptionsChoice SecondDishOptionsChoice()
 {
     var dishOptionsChoice = new DishOptionsChoice
     {
         DishOptionChoiceId = 2,
         DishOptionChoiceValue = "Fresh Fruit",
         Price = null,
         CurrencyId = null,
        DishOptionId = (int)Util.DishOptionType.Values.FakeRequiredSideTwelveOptionChoices
     };
     return dishOptionsChoice;
 }