public Instagram GetUser(string user)
 {
     return(instagramService.GetUser(user));
 }