public PatientManagement()
 {
     sqlConnection = ConnectionTools.Connection(sqlConnection);
     //if (sqlConnection == null)
     //{
     //    sqlConnection = new SqlConnection(ConnectionTools.ConnectionString);
     //}
 }