.factory('UserService', function(UserModel) {
    var UserService = {
      model: UserModel,

      data: null,