public AdminInfographicController()
        {
            infographicService = new InfographicService(DBContext);

        }
        public BasicsController()
        {
            infographicService = new InfographicService(DBContext);

        }