//IDistributorSaleProduct objdistribuorsaleproduct; public DistributorSaleController() { objdistributorsale = new DistributorSale(); objretailer = new RetailerMaster(); objpaperrate = new PaperRateMaster(); objdistributorsaleproduct = new DistributorSaleProduct(); }