public IActionResult UpdateCompany([FromBody] CContext c) { var ls = repo.UpdateCompany(c); return(Ok("update successful")); }