public int Add(Appointment model)
 {
     return(dal.Add(model));
 }