public SharedController()
 {
     productHandler = new AmzProductHandler();
 }
 public ProductDetailController()
 {
     productHandler = new AmzProductHandler();
 }
 public MassDataHomeController()
 {
     productHandler = new AmzProductHandler();
 }
 public AmzHomeController()
 {
     productHandler = new AmzProductHandler();
 }
 public ProductAdminController()
 {
     productHandler = new AmzProductHandler();
     //sectionHandler = new SectionDataHandler();
 }