public List <SelectListItem> GetSelectListDetails()
 {
     return(repositoryDetail.GetSelectListDetails());
 }