public FlowerShopRepository(FlowerChainContext context)
 {
     _context = context;
 }
 public FlowerBouquetRepository(FlowerChainContext context)
 {
     _context = context;
 }