public List <string> GetDistinctWHID()
 {
     return(dal.GetDistinctWHID());
 }