public NoteBLO(INoteDAO _inoteDAO) { inoteDAO = _inoteDAO; }
public ContainerDAO() { noteDAO = new NoteDAO(); }