public async Task <IActionResult> GetCard([FromBody] PatientCard patientCard) { var oCard = await _card.GetCard(patientCard); return(View(oCard)); }