public static bool _IsVisible(this GridViewCommandColumnCustomButton source, GridViewTableCommandCellType cellType, bool isEditingRow)
 {
     return GridViewCommandColumnCustomButtonMembersRepository.IsVisible.Invoke(source, cellType, isEditingRow);
 }
 public static bool _IsVisible(this GridViewCommandColumnCustomButton source, GridViewTableCommandCellType cellType, bool isEditingRow)
 {
     return(GridViewCommandColumnCustomButtonMembersRepository.IsVisible.Invoke(source, cellType, isEditingRow));
 }