public PermissionAttribute(string path) { per = new PermissionAttribute(path); }
public PermissionAttribute() { per = new PermissionAttribute(); }