public void Clear()
 {
     _userCustomActionCollection.Clear();
     _userCustomActionCollection.Context.ExecuteQuery();
     Data.Clear();
 }