public Task <int> AddAppointment(LocalAppointment localAppointment)
 {
     return(serverModel.AddAppointmetAsync(localAppointment));
 }