[System.ComponentModel.DataObjectMethodAttribute (System.ComponentModel.DataObjectMethodType.Insert, false)] public void InsertWithPicture(string categoryName, string description, string brochurePath, byte[] picture) { Adapter.InsertWithPicture(categoryName, description, brochurePath, picture); }