public long AddTool(ToolRepresentation tool) { using (ISQLConnection dataSource = DataSource) { return(dataSource.AddTool(RepresentationConverter.convertTool(tool))); } }