public virtual IEnumerable <Customer> Search(string CustomerName)
 {
     return(baseBL.Search(CustomerName));
 }