public EfPlaysRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
 public EfOrdersRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
 public EfLoginsRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
 public EfAuthorsRepository(EfDataBaseContext context)
 {
     this.context = context;
 }
 public EfGenresRepository(EfDataBaseContext context)
 {
     this.context = context;
 }