public async Task <IActionResult> GetByPesel(string pesel) { var nurse = await _nurseService.GetByPesel(pesel); return(Json(nurse)); }