public QuickNotesController()
 {
     UserNotes = new QuickNotes(Security.CurrentUser.Identity.Name);
 }