public bool IsShipper(string name) { int userID = _user.FindUser(name).ID; return(_repo.IsShipper(userID)); }