// GET: Manager
        public ActionResult Index()
        {
            List <StructureAccountToRender> obj = SystemBLL.System_GetListInfoAccount();

            return(View(obj));
        }