public Tuple <string, string, bool> RemoveSpecificationFilePdf(long productID)
        {
            Tuple <string, string, bool> deletedFile = repository.RemoveSpecificationFilePdf(productID);

            return(deletedFile);
        }