public List <Turler> GetTurler()
 {
     return(dbSelect.GetTurler());
 }