public ProductRepository(RestorantManagementDbContext context)
 {
     this.context = context;
 }
 public TableRepository(RestorantManagementDbContext context)
 {
     this.context = context;
 }