public virtual Customer GetCustomerByCode(string CustomerCode)
 {
     return(baseBL.GetCustomersByCode(CustomerCode));
 }