public bool Delete(Guid id)
 {
     return(_UserCollection.Delete(id) > 0);
 }