protected override bool DeleteRecord()
 {
     return(AppDAL.AppointmentDelete(this.mObjectGuid));
 }