public long AddCustomer(Customer Customer) { return(Cbal.AddCustomer(mapper.Map <Customer, CustomerDTO>(Customer))); }