public void DecreaseActiveUsers(int ShowId, DateTime DateofShow)
 {
     repo.DecreaseActiveUsers(ShowId, DateofShow);
 }