public IEnumerable <Patient> Get(string query) { var list = _elasticRepository.Find(query); return(list); }