public static Int32 SaveUser(UsersRegistration user)
 {
     return(UserGateWay.SaveUser(user));
 }