public void Agregar(Notas objNota)
 {
     lista.Add(objNota);
 }