public bool Delete(long id) { return(dal.Delete(id)); }
internal void Delete(BE.Role user) { _storage.Delete(user); }