public SysdiagramsRepository(NorthwindWebNHibernate.Context context)
 {
     _context = context;
 }
 public CategoriesRepository(NorthwindWebNHibernate.Context context)
 {
     _context = context;
 }
 public ProductsRepository(NorthwindWebNHibernate.Context context)
 {
     _context = context;
 }
 public CustomersRepository(NorthwindWebNHibernate.Context context)
 {
     _context = context;
 }
 public ShippersRepository(NorthwindWebNHibernate.Context context)
 {
     _context = context;
 }