public DoubleBookingEntryController(IStlContextRepository repository, StlContext context)
 {
     _repository = repository;
     _context    = context;
 }
 public HomeController(IStlContextRepository context)
 {
     _contextRepository = context;
 }