public void FillPenndingEmails() { dbHelper helper = new dbHelper(); penddingEmails = helper.GetEmailsByStatus(0, DateTime.Now); }