public List <InputEntity> Get(InputSearchEntity SearchInputEntity) { return(InputService.Get(EmployeeEntity, SearchInputEntity)); }