public List <HastaKarti> Get(string tc) { var result = _hastaService.GetAllWebApi(tc); return(result); }