public List <Interview> InterViewList(SearchServicePara input)
 {
     return(repository.InterViewList(input.MemberId, (int)input.Type));
 }