public List <Airports> GetInnerAllTo(string to) { List <Airports> temp = SQLHelper.GetInnerListTo(to); return(temp); }