public List <ScreenAction> GetAllScreenActionByScreeiID(int fk_screenId)
 {
     return(_screenRepository.GetAllScreenActionByScreeiID(fk_screenId));
 }