public DataSet GetIPDRegistrationReport()
 {
     GetIPDRegistrationReportDL objGetIPDRegistrationReportDL = new GetIPDRegistrationReportDL();
     return objGetIPDRegistrationReportDL.GetIPDRegistrationReport();
 }
    public DataSet GetIPDRegistrationReport()
    {
        GetIPDRegistrationReportDL objGetIPDRegistrationReportDL = new GetIPDRegistrationReportDL();

        return(objGetIPDRegistrationReportDL.GetIPDRegistrationReport());
    }