internal HorLawdata SearchLawhor() { Console.WriteLine("podaj nazwe"); string name = Console.ReadLine(); return(areas.find_hor_law(name)); }