public bool RegisterUser(RegistrationCustomer customer) { var customerModel = fc.CreateCustomerModel(customer); return(db.Customers.AddCustomerToDb(customerModel)); }