public string Update() { _logic.AddOrUpdate(new Company { CompanyName = "name111", Id = 60 }); return("1"); }