public ProductController()
		{
			service = new ProductService(new SampleEntitiesDataContext());
		}
 public SortableController()
 {
     productService = new ProductService(new SampleEntitiesDataContext());
 }
 public PivotGridController()
 {
     productService = new ProductService(new SampleEntitiesDataContext());
 }