public static DataBase Combine(DataBase first, DataBase second) { first.Combine(second); return first; }