private IEnumerable <string> Friends()
 {
     return(controller.List().Data);
 }