public async Task <IActionResult> GetInSqlById(string id) { Person person = await m_PersonBusiness.GetSql(id); return(Json(person)); }