public int RegisterPatient(string patientName, string patientGender, string patientDOB, string patientPhone, string patientAddress, int patientRegisteredById)
 {
     Mobile_RegisterPatientBL objMobile_RegisterPatientBL = new Mobile_RegisterPatientBL();
     return objMobile_RegisterPatientBL.Mobile_RegisterPatient(patientName, patientGender, patientDOB, patientPhone, patientAddress, patientRegisteredById);
 }
    public int RegisterPatient(string patientName, string patientGender, string patientDOB, string patientPhone, string patientAddress, int patientRegisteredById)
    {
        Mobile_RegisterPatientBL objMobile_RegisterPatientBL = new Mobile_RegisterPatientBL();

        return(objMobile_RegisterPatientBL.Mobile_RegisterPatient(patientName, patientGender, patientDOB, patientPhone, patientAddress, patientRegisteredById));
    }