private void Context()
 {
     MovieRentalPeriod = 1;
     ExpectedMovieRentalCostForOneDay = 2;
     ThePrice = new RegularPrice();
 }