public IActionResult Followers(string UserId) { return(View("Index", followers.GetAllFollowers(UserId))); }