private void FillAllStates() { SQLConnections sql = new SQLConnections(); var x = sql.GetAllStates(); AllStates = x; }