public CategoryRepository(ExpenditureContext context) : base(context)
 {
     _ctx = context;
 }
 public TransavtionRepostory(ExpenditureContext context) : base(context)
 {
     _ctx = context;
 }