public Master GetMaster(Detail detail)
 {
     return detail.Master;
 }
 public Master GetMaster(Detail detail)
 {
     return(detail.Master);
 }