void _tableview_MapRowEnvent(string id) { int orderid = int.Parse(id); userSignMap map = new userSignMap(dbOperation, orderid); map.ShowDialog(); }