internal void SetPath(String path)
 {
     JavascriptCommand?.SetPath(path);
 }
 internal void SetId(String id)
 {
     SqlCommand?.SetId(id);
     JavascriptCommand?.SetId(id);
 }