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