protected void Page_Load(object sender, EventArgs e) { try { DataBaseUtilities.CleanDatabase(); } catch (Exception) { throw; } }