public List <Dictionary <string, string> > SetDropdownList(string ddlName, string User)
 {
     return(repo.DropdownList(ddlName, User));
 }