public static ColumnModel ColumnOne(Func <ColumnModel, bool> predicate)
 {
     return(ColumnsList.FirstOrDefault(predicate));
 }