public static List <farmers> SelectAllFarmers()
 {
     return(DBManager.SelectAllFarmers());
 }