public ActionResult Index()
        {
            BotDb.GetStudent()

            return(View());
        }