public void DeleteSession() { sessionService.Delete(); }
public bool Delete(long id) { return(_sessionService.Delete(id)); }