protected void btnDelete_Click(Object Sender, EventArgs e)
 {
     oForecast.DeleteAffected(Int32.Parse(lblId.Text));
     Reload();
 }