public static bool AddDetails(int orderid, OrderDetails details)
 {
     return(Data.AddDetails(orderid, details));
 }