private BARType BookOrReader(string data) //false - книга, true - читатель { return(ci.CheckBAR(data)); }