// GET: Share
        public ActionResult Index()
        {
            List <Note> listNote = _noteBLL.GetAllShare();

            return(View(listNote));
        }