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