/// <summary>
 /// Constructor
 /// </summary>
 public DailyReadingController()
 {
     _dailyReadingRepository = BibleRepository.GetInstance();
 }