public class SlabPrecastProduct
        {
            [XmlAttribute("product_company")] public string ProductCompany { get; set; }
            [XmlAttribute("product_name")] public string ProductName { get; set; }
            [XmlAttribute("product_code")] public string ProductCode { get; set; }