public bool DeleteAllMatch()
        {
            if (_repositorymatch.DeleteAll())
            {
                return(true);
            }

            return(false);
        }