public DateRepository(LoodosDatabaseContext context) : base(context) { }
protected Repository(LoodosDatabaseContext context) { Context = context; }