public RepositoryBase(MyFinanceContext ctx)
 {
     this._ctx = ctx;
     dbset     = ctx.Set <T>();
 }