public bool DeleteScreen(string showID) { bool status; try { status = repository.DeleteScreen(showID); } catch (Exception ex) { status = false; } return(status); }