public bool AddNoteWithObject(NoteObject noteObj)
 {
     return(noteModel.AddNoteWithObject(noteObj));
 }