public FriendMongo Update(FriendMongo friend)
 {
     throw new NotImplementedException();
 }
 public Task <FriendMongo> Add(FriendMongo friend)
 {
     throw new NotImplementedException();
 }