public List <Appointment> GetAllByAuditId(int auditId)
 {
     return(dal.GetAllByAuditId(auditId));
 }