public void AddNewTool(Tool tool) { // TODO try { con.Open(); } finally { con.Close(); } }
public void UpdateTool(Tool tool) { // TODO }