public int CountFunction()
        {
            var count = _service.IncreaseCount();

            return(count);
        }