public int UpdateEmployeeRole(string employeecode, string role)
 {
     return(edao.UpdateEmployeeRole(employeecode, role));
 }