public UserRepository(PomoContext context) : base(context)
 {
     _context = context;
 }
 public BaseRepository(PomoContext context)
 {
     _context = context;
 }
 public ScopeRepository(PomoContext context) : base(context)
 {
     _context = context;
 }