private void Past_Communications_Load(object sender, EventArgs e)
        {
            Communications comms = new Communications();

            bs.DataSource         = comms.GetPastComms();
            dgvDisplay.DataSource = bs;
        }