public JsonResult ActivateUser(long user_id) { return(JSON(UserRepository.ActivatingUser(user_id))); }