public ActionResult ViewNotes(string username) { return(View(_pomBL.GetNoteRecords(username).Select(n => _mapper.cast2NoteCRVM(n)).ToList())); }