public async Task <IActionResult> Pago(CitaDTO cita) { await _citarepository.Pago(cita); return(RedirectToAction("RegistroCita")); }