public virtual int UpdateCustomer(Customer customer)
 {
     return(baseBL.UpdateCustomer(customer));
 }