public Dictionary <string, string> SetDropdown(string ddlName, string Param = "")
 {
     return(repo.Dropdown(ddlName, Param));
 }