public object GetDropdownForJQuery(string flag, string param, string User)
 {
     return(repo.GetDropdownForJQuery(flag, param, User));
 }