public static List <EmployeeModel> ValidateEmployee(string uname)
 {
     return(SqlDataAccess.LoadData2 <EmployeeModel>(uname));
 }