public void Update(tblUserRole model)
 {
     Execute(SqlUpdateCommand, model);
 }
 public void Insert(tblUserRole model)
 {
     Execute(SqlInsertCommand, model);
 }