protected void CloseSqlReader()
 {
     SQLCommand.Cancel();
     SQLReader.Close();
 }