public int TotalContents()
        {
            var totals = DALServices.TotalContents(context);

            return(totals);
        }