public DictionaryRepository(BasketorsContext basketorsContext)
 {
     context = basketorsContext;
     disposed = false;
 }
 public BanRepository(BasketorsContext basketorsContext)
 {
     context = basketorsContext;
     disposed = false;
 }