public async Task <List <ProExViewModel> > GetAllProExi(string empid) { var list = new List <ProExViewModel>(); list = await _productRespository.GetAllProExi(empid); return(list); }