Okay, well what you have right now is a default constructor. I would change that into a constructor with parameters.


public Record(name, initials, time)
{

}


Now you would be able to...