public StairRefundEntry(Mobile from, YardStair stair, int price)
     : base(6104, 9)
 {
     m_From = from;
     m_Stair = stair;
     value = price;
 }
 public StairRefundEntry(Mobile from, YardStair stair, int price) : base(6104, 9)
 {
     m_From  = from;
     m_Stair = stair;
     value   = price;
 }