public async Task <List <ScreendetailDto> > GetAllScreenDetail() { return(await _repository.GetAllScreenDetail()); }