public async Task <bool> DeleteByPathForm(string pathForm)
        {
            bool deleteResult = await _mongoRepository.DeleteBy(Keywords.PATH_FORM, pathForm);

            return(deleteResult);
        }