public void Doctor_DeleteIPDObservationReport(int ipdObservationReportId)
 {
     Doctor_DeleteIPDObservationReportDL objDoctor_DeleteIPDObservationReportDL = new Doctor_DeleteIPDObservationReportDL();
     objDoctor_DeleteIPDObservationReportDL.Doctor_DeleteIPDObservationReport(ipdObservationReportId);
 }
    public void Doctor_DeleteIPDObservationReport(int ipdObservationReportId)
    {
        Doctor_DeleteIPDObservationReportDL objDoctor_DeleteIPDObservationReportDL = new Doctor_DeleteIPDObservationReportDL();

        objDoctor_DeleteIPDObservationReportDL.Doctor_DeleteIPDObservationReport(ipdObservationReportId);
    }