public Writer GetWriter(string username, string password) { return(_writerDal.get(x => x.WriterMail == username && x.WriterPassword == password)); }