public bool InsertByDataSet() { sqlConn.Name = Name; sqlConn.ID = ID; sqlConn.Location = Location; return(Result = sqlConn.InsertUsingDataSet()); }