public ActionResult Index()
        {
            var titles = _titleService.GetAllByNonDeleted();

            return(View(titles));
        }