public int CreateCable(string name, string assignment, string location) { return(ComObject.CreateCable(name, assignment, location)); }