public static QueryResponseDTO <bool> DeleteProductInfo(ProductDTO dto)
 {
     return(ProductDA.DeleteProductInfo(dto));
 }