public ActionResult <Model.Appointments> AddAppointmentToCinema(Model.Requests.InsertAppointmentRequest app)
 {
     return(_service.Insert(app));
 }