public PromoRepository(BrainsEntities ctx)
 {
     _ctx = ctx;
 }
 public ReviewRepository(BrainsEntities ctx)
 {
     _ctx = ctx;
 }