public ProductMsController()
 {
     db = new CloudControlEntities();
     categoryproductService = new CategoryProductService();
     productService         = new ProductService();
 }